home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / utils1 / cmpsec20.arj / COMPSEC.DOC < prev    next >
Text File  |  1994-08-13  |  12KB  |  324 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                                                               
  19.  
  20.  
  21.                              *********************
  22.                               *  C O M P S E C  *
  23.                              *********************
  24.                      
  25.                   
  26.  
  27.                                                                   
  28.  
  29.                                    VERSION  2.0                     
  30.                          Release Date August 13, 1994.
  31.  
  32.                                Latin Connection BBS
  33.                       (318) 535-1863 Fort Polk Louisiana
  34.                           
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                     Copyright (C) Marcos A. Gonzalez, 1994        
  57.                              All Rights  Reserved                 
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                    
  71.                        
  72.                                    
  73.                                TABLE of CONTENTS
  74.                                -----------------                              
  75.  
  76.    
  77.                                    
  78.                                                               
  79.  
  80.               INTRODUCTION ...............................   1                
  81.  
  82.               PROGRAM FILES ..............................   1
  83.            
  84.               INSTALLATION ...............................   2
  85.           
  86.               DOS 6.x USERS...............................   3
  87.  
  88.               LEGALITIES .................................   3
  89.  
  90.               REGISTRATION................................   3
  91.  
  92.               REGISTRATION FORM...........................   4
  93.  
  94.   INTRODUCTION                                                           1 
  95.   ------------
  96.     
  97.       COMPSEC.EXE  is a small utility that will  add password protection to
  98.   your system. Use it to have exclusive access to your computer or just for
  99.   those important programs you don't  want anybody else in your job or home
  100.   to use. COMPSEC installs automatically and makes all necessary changes to 
  101.   your  AUTOEXEC.BAT  file.  COMPSEC keeps an activity  log each time it is
  102.   executed. Ideal for use with menu programs or batch files.
  103.  
  104.       Additional utilities included are disk and file encryption, utilities
  105.   to enable and disable disks drives, and boot logger.  Your imagination is
  106.   the limit on how you can use this utilities.
  107.  
  108.   PROGRAM FILES
  109.   -------------
  110.  
  111.   COMPSEC.EXE = This is the password program.  When called from the command
  112.   line or a Batch file, if configured for one user,  it asks for the user's 
  113.   password and compares it to the previously saved password.  If configured 
  114.   for more than one user, it asks for the user's key, and then compares the 
  115.   input with the previously saved password. If the password is incorrect it
  116.   sounds and audible alarm  and give the user unlimited chances  to  repeat 
  117.   his or her input. The only way out is entering the correct password. 
  118.  
  119.   COMPSEC.DOC = Users Manual. This file.
  120.  
  121.   PW*.DAT =  File(s)  containing user(s)  password(s). This file(s) are not
  122.   included with the program. Your password(s) will be saved to  the current 
  123.   directory and drive after you run CONFIG.EXE. This file(s) must be in the 
  124.   same directory you run COMPSEC.
  125.  
  126.   ENCRYPT.EXE = Utility to encrypt/decrypt floppies. Once a floppy has been
  127.   encrypted  it is unreadable and cannot  be  decrypted by any other means. 
  128.   Each registered copy of  COMPSEC  is unique and will not decrypt a floppy
  129.   that has been encrypted by another copy of COMPSEC. 
  130.   
  131.   FENCRYPT.EXE = Utility to encrypt/decrypt files.  
  132.  
  133.   ENABLE.COM/DISABLE.COM = Utility to enable/disable drives.  
  134.   
  135.   SURFER.EXE = Utility that writes to a log the date and time each time you
  136.   run it. Use it with batch files or dos menu programs.
  137.  
  138.   REGISTER.FRM = Registration form.
  139.  
  140.   COMPSEC.LOG = Ascii file containing COMPSEC's activities.  Here is how it
  141.   works.  When COMPSEC.EXE is called from a Batch file or the command line,
  142.   for the very first time it writes the following lines to COMPSEC.LOG:
  143.                                                                        
  144.                              COMPSEC.LOG Not Found                       
  145.                  New Log Started On Tuesday 23 August 1994.
  146.                                    15:41:11 
  147.  
  148.   If PW*.DAT is not found the following message will be written to the log:
  149.   
  150.                           ┌──────[ WARNING ]───────┐
  151.                           │    PW.DAT Not Found    │
  152.                           └────────────────────────┘
  153.                                                                         2
  154.   Note:                                                                 
  155.   At this point the program exits and allows the user to configure COMPSEC.
  156.   
  157.   When the correct password is entered the following message is added:
  158.    
  159.                             Correct Password Entered!  
  160.  
  161.   A normal log on will look something like this:
  162.     
  163.               System Access By Key # 1 On Tuesday 23 August 1994.  
  164.                                    15:42:50  
  165.                            Correct Password Entered!  
  166.    
  167.   If an illegal attempt is made the following lines are added: 
  168.    
  169.               System Access By Key # 1 On Tuesday 23 August 1994.  
  170.                                    15:42:16  
  171.                           ┌──────[ WARNING ]───────┐  
  172.                           │  Illegal Attempt Made  │  
  173.                           └────────────────────────┘  
  174.                             Tuesday 23 August 1994.  
  175.                                    15:42:24   
  176.                        Attempted Password ═════ SURFER
  177.  
  178.   If the attempt is successfull the following message is added:
  179.    
  180.                            Correct Password Entered!
  181.   
  182.   If the user shuts  off the computer,  but first entered a key number, the 
  183.   log will look like this:
  184.     
  185.       (*** Note the line "Correct Password Entered!" is missing***)
  186.     
  187.               System Access By Key # 1 On Tuesday 23 August 1994.
  188.                                    15:43:31 
  189.   
  190.         This log will grow in size and eventually you'll want to delete it. 
  191.   Simply delete it and  Compsec  will take care of the rest. A new log will
  192.   be started automatically.               
  193.  
  194.                                                                       
  195.   INSTALLATION
  196.   ------------
  197.     
  198.      At the Dos prompt type INSTALL and hit enter. COMPSEC will ask you for
  199.   a drive letter,  directory name,  and  drive your computer boots from. To 
  200.   accept default settings just hit enter.  All program files will be copied
  201.   to the selected directory, your program will be configured, and necessary
  202.   changes will be made to your  AUTOEXEC.BAT file.  Finnaly it will boot up
  203.   your computer to ensure COMPSEC was installed correctly.
  204.  
  205.   COMPSEC allows a maximum of 9 users (2 shareware version). Each user will
  206.   get an individual key number and password.  When you enter your passwords
  207.   follow these simple rules:
  208.                                                                         3
  209.   
  210.   If you enter the following password -------->  My Password*4! -\
  211.   When COMPSEC ask for your password type ---->  My Password*4! -\
  212.   ensure you type the exact password including  all characters.  If you use
  213.   capital letters,  make sure that the you enter capital letters only where 
  214.   you used them and  include all spaces.  If  not you will not  be  allowed 
  215.   access. 
  216.  
  217.  
  218.   DOS 6.x USERS
  219.   -------------
  220.   
  221.      To disable bypassing AUTOEXEC.BAT at boot time, add the following line
  222.   to your CONFIG.SYS:
  223.                            
  224.                            SWITCHES /F /N  
  225.  
  226.  
  227.   LEGALITIES
  228.   ----------
  229.     
  230.      This  software  and  accompanying  materials are  distributed  "AS IS" 
  231.   without warranty,  express,  implied,  or statutory,  including  but  not
  232.   limited  to  any implied warranties  of merchantability and fitness for a
  233.   particular purpose. In no event shall the author  or anyone involved with
  234.   the creation and production  of this  product  be liable  for any direct,
  235.   indirect, incidental,  or consequential damages resulting from the use of
  236.   this program. Your use of this program constitutes your agreement to this
  237.   disclaimer and your release of the author from any form  of liability  or
  238.   litigation.
  239.  
  240.  
  241.   THANKS
  242.   ------
  243.    
  244.        I  would like thank my friends Otis White and Gary Foster for taking
  245.   the time to test this program and for sharing their ideas. 
  246.     
  247.  
  248.   REGISTRATION
  249.   ------------
  250.                                   
  251.        COMPSEC  is  distributed  under the shareware  concept.  It is fully 
  252.   functional and not  crippled in any way.  It can be  utilized on  a trial 
  253.   basis for not more than thirty  (30)  days. In the event this software is
  254.   used beyond the trial period, then the registration fee is required.  You
  255.   are free  to distribute the  shareware  version of  COMPSEC  provided  it
  256.   remains in its original, unmodified condition and no fee is charged. When
  257.   you register, you'll  get the  latest registered version of  COMPSEC  and 
  258.   utilities.                       
  259.  
  260.   To register send registration form with check or money       
  261.   order for $15.00 US dollars to:                            
  262.                        
  263.                   Marcos A. Gonzalez       
  264.                   5820 Bradshaw Ct. Apt A  
  265.                   Fort Polk, Louisiana 71459                                  
  266.  
  267.  
  268.  
  269.                                                                        
  270.  
  271.    
  272.                                REGISTRATION FORM
  273.                                -----------------
  274.  
  275.                                  COMPSEC v2.0
  276.                                Registration Form
  277.  
  278.  
  279.                       Support shareware by registering it.
  280.  
  281.  
  282.    The registered user will recieve the latest registered version of COMPSEC   
  283.    and associated utilities. 
  284.  
  285.                             Send payment to:
  286.                       
  287.                             Marcos A. Gonzalez
  288.                             5820 Bradshaw Ct. Apt A
  289.                             Fort Polk, Louisiana 71459
  290.  
  291.         Compsec v2.0 Registration   Qty. _____ x  $15.00 ea. = _____
  292.       
  293.                       Disk Size       _____ 3.5   _____ 5.25             
  294.  
  295.                     Payment by Check or Money Order Only.
  296.  
  297.                      * Allow 2 - 3 weeks for delivery *
  298.  
  299.                Name: ______________________________________________
  300.  
  301.             Address: ______________________________________________
  302.  
  303.    City, State, Zip: ______________________________________________
  304.  
  305.    Phone (Optional): ________________________ Date ________________
  306.  
  307.    Where did you get your copy of COMPSEC?
  308.    
  309. ______________________________________________________________________________
  310.  
  311.            Please include your comments, suggestions, or criticisms.
  312.  
  313. ______________________________________________________________________________
  314.  
  315. ______________________________________________________________________________
  316.  
  317. ______________________________________________________________________________
  318.  
  319. ______________________________________________________________________________
  320.  
  321. ______________________________________________________________________________
  322.  
  323. ______________________________________________________________________________
  324.